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 20385b5 commit 6da8bc6Copy full SHA for 6da8bc6
webpack.config.js
@@ -47,6 +47,7 @@ const filterCssImport = (url, ...args) => {
47
return true;
48
};
49
50
+/** @type {import("webpack").Configuration} */
51
export default {
52
mode: isProduction ? 'production' : 'development',
53
entry: {
0 commit comments