webpack: move monoaco editor js into static/js folder

All other js files are there already.
This commit is contained in:
David Lechner
2022-11-19 16:58:27 -06:00
committed by David Lechner
parent 0d1bc4c9fa
commit 61098453c7
+1 -1
View File
@@ -615,7 +615,7 @@ module.exports = function (webpackEnv) {
new LicensePlugin(require('./licenses')),
new MonacoWebpackPlugin({
languages: ['python'],
filename: '[name].worker.[contenthash].js',
filename: 'static/js/[name].worker.[contenthash].js',
}),
// Generates an `index.html` file with the <script> injected.
new HtmlWebpackPlugin(