7 lines
140 B
Vue
7 lines
140 B
Vue
/**
|
|
|
|
* @description webstorm.config
|
|
*/
|
|
const webpackConfig = require('@vue/cli-service/webpack.config.js')
|
|
module.exports = webpackConfig
|