fix(static): fix bootstrap usage
This commit is contained in:
@@ -72,6 +72,9 @@ const config: webpack.Configuration = {
|
||||
maxEntrypointSize: 512000,
|
||||
maxAssetSize: 512000,
|
||||
},
|
||||
cache: {
|
||||
type: "filesystem",
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user