Skip to content

Commit 400e43a

Browse files
committed
Fix library
1 parent 9aa9f3e commit 400e43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
output: {
1818
filename: "bundle.js",
1919
path: path.resolve(__dirname, "dist"),
20-
library: "bbcode-ast",
20+
library: "bbcode_ast",
2121
},
2222
devtool: "source-map",
2323
};

0 commit comments

Comments
 (0)