We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93be209 commit 6b18b84Copy full SHA for 6b18b84
packages/cycle-scripts/configs/webpack.config.js
@@ -15,9 +15,7 @@ const extractText = require('@webpack-blocks/extract-text2');
15
const autoprefixer = require('autoprefixer');
16
const webpack = require('webpack');
17
const HtmlWebpackPlugin = require('html-webpack-plugin');
18
-const ProgressBarPlugin = require('progress-bar-webpack-plugin');
19
const CopyWebpackPlugin = require('copy-webpack-plugin');
20
-const BabiliPlugin = require('babili-webpack-plugin');
21
const path = require('path');
22
23
const babelConfig = {
0 commit comments