mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
webpack: move monoaco editor js into static/js folder
All other js files are there already.
This commit is contained in:
committed by
David Lechner
parent
0d1bc4c9fa
commit
61098453c7
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user