摘要:
const path = require('path'); module.exports = { entry: './src/index.js', output: { filename: 'bundle.js', path: path.resolve(__dirname, 'dist') }, module: { rules:[ // css加载 //包下载命令:npm install --sav 阅读全文
posted @ 2019-10-31 22:31
angle-xiu
阅读(319)
评论(0)
推荐(0)

浙公网安备 33010602011771号