|
|
|
@ -59,19 +59,16 @@ module.exports = {
|
|
|
|
|
.end()
|
|
|
|
|
|
|
|
|
|
// 编译某些npm包里的es6代码
|
|
|
|
|
// TODO 导致online js lib启动报错
|
|
|
|
|
// config.module
|
|
|
|
|
// // .rule('vxe')
|
|
|
|
|
// // .test(/\.js$/)
|
|
|
|
|
// // .use()
|
|
|
|
|
// // .loader('babel-loader')
|
|
|
|
|
// // .options({
|
|
|
|
|
// // include: [
|
|
|
|
|
// // resolve('node_modules/vxe-table'),
|
|
|
|
|
// // resolve('node_modules/vxe-table-plugin-antd'),
|
|
|
|
|
// // ]
|
|
|
|
|
// // })
|
|
|
|
|
// // .end()
|
|
|
|
|
config.module
|
|
|
|
|
.rule('vxe')
|
|
|
|
|
.test(/\.js$/)
|
|
|
|
|
.include
|
|
|
|
|
.add(resolve('node_modules/vxe-table'))
|
|
|
|
|
.add(resolve('node_modules/vxe-table-plugin-antd'))
|
|
|
|
|
.end()
|
|
|
|
|
.use()
|
|
|
|
|
.loader('babel-loader')
|
|
|
|
|
.end()
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|