mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-03 06:16:21 -05:00
Fix profile not found due to cache
This commit is contained in:
@@ -54,9 +54,9 @@ module.exports = {
|
||||
webpack: (config, { dev }) => {
|
||||
console.log({dev})
|
||||
if (dev) {
|
||||
config.cache = { type: 'filesystem' };
|
||||
config.infrastructureLogging = { level: 'warn' };
|
||||
config.stats = 'minimal';
|
||||
// config.cache = { type: 'filesystem' };
|
||||
// config.infrastructureLogging = { level: 'warn' };
|
||||
// config.stats = 'minimal';
|
||||
}
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
|
||||
Reference in New Issue
Block a user