Displaying in browser
This commit is contained in:
7
web/config/webpack.config.js
Normal file
7
web/config/webpack.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
new MonacoWebpackPlugin()
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user