mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 16:23:09 +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: {
|
output: {
|
||||||
file: "dist/cjs/index.cjs",
|
file: "dist/cjs/index.cjs",
|
||||||
format: "cjs",
|
format: "cjs",
|
||||||
|
name: "waku",
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
commonjs(),
|
commonjs(),
|
||||||
|
|||||||
@ -7,7 +7,7 @@ export default {
|
|||||||
output: {
|
output: {
|
||||||
file: "dist/umd/index.js",
|
file: "dist/umd/index.js",
|
||||||
format: "umd",
|
format: "umd",
|
||||||
name: "jswaku",
|
name: "waku",
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
commonjs(),
|
commonjs(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user