We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467617a commit 0a26d72Copy full SHA for 0a26d72
webpack.config.js
@@ -9,7 +9,7 @@ module.exports = {
9
output: {
10
path: path.resolve(__dirname, './dist'),
11
publicPath: '/dist/',
12
- filename: 'luogu-markdown-editor.js'
+ filename: 'markdown-palettes.js'
13
},
14
plugins: [
15
new LodashModuleReplacementPlugin(),
0 commit comments