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 13dd491 commit 8f43f35Copy full SHA for 8f43f35
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 CustomFunctionsMetadataPlugin = require("custom-functions-metadata-plugin");
5
const HtmlWebpackPlugin = require("html-webpack-plugin");
0 commit comments