一:安装依赖修改配置. npm install ejs-loader --save-dev. 在webpack.config.js中修改配置:在module中添加ejs解析 {test: /\.ejs$/, loader: 'ejs-loader'} ...
確定! 回上一頁