mirror of https://github.com/status-im/js-waku.git
Change exported name to `waku` for UMD and CJS
This commit is contained in:
parent
7432aaca25
commit
b32246fa0a
|
@ -7,6 +7,7 @@ export default {
|
|||
output: {
|
||||
file: "dist/cjs/index.cjs",
|
||||
format: "cjs",
|
||||
name: "waku",
|
||||
},
|
||||
plugins: [
|
||||
commonjs(),
|
||||
|
|
|
@ -7,7 +7,7 @@ export default {
|
|||
output: {
|
||||
file: "dist/umd/index.js",
|
||||
format: "umd",
|
||||
name: "jswaku",
|
||||
name: "waku",
|
||||
},
|
||||
plugins: [
|
||||
commonjs(),
|
||||
|
|
Loading…
Reference in New Issue