Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
fix: export CleanWebpackPlugin, for johnagan/clean-webpack-plugin#144
Browse files Browse the repository at this point in the history
  • Loading branch information
orzyyyy committed May 30, 2019
1 parent 814edbc commit 522055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.prod.js
@@ -1,5 +1,5 @@
const webpack = require('webpack');
const CleanWebpackPlugin = require('clean-webpack-plugin');
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const TohoLogPlugin = require('toho-log-plugin');
const { commonModule, commonPlugin } = require('./webpack.common');
Expand Down

0 comments on commit 522055f

Please sign in to comment.