1234567891011121314151617181920212223242526 |
- // const path = require("path");
- // function resolve(dir) {
- // return path.join(__dirname, dir);
- // }
- module.exports = {
- transpileDependencies: ['sockjs-client'],
- publicPath: '',
- configureWebpack: {
- resolve: {
- alias: {}
- },
- plugins: []
- },
- // outPutDir:'zyylgNew'
- // build: {
- // index: path.resolve(__dirname, '../dist/index.html'),
- //
- // assetsRoot: path.resolve(__dirname, '../dist'),
- //
- // assetsSubDirectory: 'assert',
- //
- // assetsPublicPath:'/zyylg/'
- // }
- };
|