Skip to content

Commit

Permalink
chore: 🤖 upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yfxie committed May 27, 2019
1 parent 61eb9da commit d4263a9
Show file tree
Hide file tree
Showing 2 changed files with 1,101 additions and 1,181 deletions.
2 changes: 0 additions & 2 deletions config/webpack/base.js
Expand Up @@ -2,7 +2,6 @@ const path = require('path');
const glob = require('glob');

const getConfigFilePath = require(path.resolve(process.env.JEKPACK_ROOT, 'lib/utils/getConfigFilePath'));
const FixStyleOnlyEntriesPlugin = require("webpack-fix-style-only-entries");
const MiniCSSExtractPlugin = require('mini-css-extract-plugin');
const ASSET_PATH = path.join(process.env.JEKPACK_CONTEXT, 'src/assets');
const CopyPlugin = require('copy-webpack-plugin');
Expand Down Expand Up @@ -103,7 +102,6 @@ module.exports = {
'.gitkeep'
]
}),
new FixStyleOnlyEntriesPlugin(),
new MiniCSSExtractPlugin({
filename: '[name]-[chunkhash].css',
}),
Expand Down

0 comments on commit d4263a9

Please sign in to comment.