Skip to content

Commit 6b18b84

Browse files
committed
Remove unneeded imports
1 parent 93be209 commit 6b18b84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cycle-scripts/configs/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ const extractText = require('@webpack-blocks/extract-text2');
1515
const autoprefixer = require('autoprefixer');
1616
const webpack = require('webpack');
1717
const HtmlWebpackPlugin = require('html-webpack-plugin');
18-
const ProgressBarPlugin = require('progress-bar-webpack-plugin');
1918
const CopyWebpackPlugin = require('copy-webpack-plugin');
20-
const BabiliPlugin = require('babili-webpack-plugin');
2119
const path = require('path');
2220

2321
const babelConfig = {

0 commit comments

Comments
 (0)