...
|
...
|
@@ -9,9 +9,6 @@ |
|
|
const webpack = require('webpack');
|
|
|
const path = require('path');
|
|
|
const _ = require('lodash');
|
|
|
const config = require('../config/common');
|
|
|
const domains = config.domains;
|
|
|
const assetURI = config.assetUrl;
|
|
|
const shelljs = require('shelljs');
|
|
|
const ExtractTextPlugin = require('extract-text-webpack-plugin');
|
|
|
|
...
|
...
|
@@ -77,10 +74,6 @@ module.exports = { |
|
|
$: 'yoho-jquery',
|
|
|
jQuery: 'yoho-jquery',
|
|
|
'window.jQuery': 'yoho-jquery'
|
|
|
}),
|
|
|
new webpack.DefinePlugin({
|
|
|
gDomains: JSON.stringify(domains),
|
|
|
gAssetURI: JSON.stringify(assetURI)
|
|
|
})
|
|
|
]
|
|
|
}; |
...
|
...
|
|