Skip to content

Commit

Permalink
keep editor.worker.js postfix
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 30, 2020
1 parent 2ccbc78 commit df9a4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-monaco/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const createLangWorkerConfig = (lang) => ({
entry: path.resolve(__dirname, 'src', lang, 'worker', `${lang}.worker.ts`),
output: {
path: path.resolve(__dirname, 'target/public'),
filename: `${lang}.worker.js`,
filename: `${lang}.editor.worker.js`,
},
resolve: {
modules: ['node_modules'],
Expand Down

0 comments on commit df9a4ad

Please sign in to comment.