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 caf3033 commit e02646aCopy full SHA for e02646a
webpack.config.js
@@ -1,5 +1,5 @@
1
const devCerts = require("office-addin-dev-certs");
2
-const CleanWebpackPlugin = require("clean-webpack-plugin");
+const { CleanWebpackPlugin } = require("clean-webpack-plugin");
3
const CopyWebpackPlugin = require("copy-webpack-plugin");
4
const HtmlWebpackPlugin = require("html-webpack-plugin");
5
const fs = require("fs");
0 commit comments