6 lines
191 B
Vue
6 lines
191 B
Vue
/**
|
|
* @description webstorm.config(配置这个可以ctrl+左键识别文件并跳转)
|
|
*/
|
|
const webpackConfig = require('@vue/cli-service/webpack.config.js')
|
|
module.exports = webpackConfig
|