-
Webpack插件:摩纳哥编辑器的monaco-editor-webpack-plugin
资源介绍
Monaco编辑器Webpack加载程序插件
一个插件,可以简化加载的。
正在安装
npm install monaco-editor-webpack-plugin
使用
webpack.config.js :
const MonacoWebpackPlugin = require ( 'monaco-editor-webpack-plugin' ) ;
const path = require ( 'path' ) ;
module . exports = {
entry : './index.js' ,
output : {
path : path . resolve ( __dirname , 'dist' ) ,
filename : 'app.js'
} ,
module : {
rules : [ {
test : / \.