From 61098453c7bb16db6063592cae3422386b28e7ff Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 19 Nov 2022 15:34:34 -0600 Subject: [PATCH] webpack: move monoaco editor js into static/js folder All other js files are there already. --- config/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.config.js b/config/webpack.config.js index a1c881ec..27b0fcca 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -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