You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

webpack.dev.config.js 210 B

6 years ago
123456
  1. var webpackConfigResolveAlias = require('./webpackConfigResolveAlias');
  2. module.exports = function(webpackConfig, webpack) {
  3. webpackConfig.resolve.alias = webpackConfigResolveAlias;
  4. return webpackConfig;
  5. }