Skip to content

Commit 0a26d72

Browse files
committed
Change build file name
1 parent 467617a commit 0a26d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
output: {
1010
path: path.resolve(__dirname, './dist'),
1111
publicPath: '/dist/',
12-
filename: 'luogu-markdown-editor.js'
12+
filename: 'markdown-palettes.js'
1313
},
1414
plugins: [
1515
new LodashModuleReplacementPlugin(),

0 commit comments

Comments
 (0)