mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08:00
Merge remote-tracking branch 'origin/develop' into fix/sync-bug
This commit is contained in:
@@ -203,10 +203,10 @@ module.exports = function (webpackConfig) {
|
|||||||
new BundleAnalyzerPlugin({ analyzerMode: 'static' }),
|
new BundleAnalyzerPlugin({ analyzerMode: 'static' }),
|
||||||
].filter(Boolean);
|
].filter(Boolean);
|
||||||
|
|
||||||
// Workaround for webpack infinite recompile errors
|
|
||||||
config.watchOptions = {
|
config.watchOptions = {
|
||||||
// followSymlinks: false,
|
// followSymlinks: false,
|
||||||
ignored: ['**/*.css'],
|
// Ignore css to workaround webpack infinite recompile errors
|
||||||
|
ignored: ['**/node_modules', '**/*.css'],
|
||||||
};
|
};
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
|
|||||||
Reference in New Issue
Block a user