mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-25 18:45:35 +00:00
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…
x
Reference in New Issue
Block a user