webpack是怎样运行的

同步加载 新建src/index.js console.log("hello world"); 新建webpack配置文件webpack.config.js const path = require('path'); const MyPlugin = require('./src/MyPlugin.js') module.exports = { mode: 'development',
相关文章
相关标签/搜索