We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa9f3e commit 400e43aCopy full SHA for 400e43a
webpack.config.js
@@ -17,7 +17,7 @@ module.exports = {
17
output: {
18
filename: "bundle.js",
19
path: path.resolve(__dirname, "dist"),
20
- library: "bbcode-ast",
+ library: "bbcode_ast",
21
},
22
devtool: "source-map",
23
};
0 commit comments