You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In watch mode deleting a liquid file causes clean-webpack-plugin to throw an error. This is because dangerouslyAllowCleanPatternsOutsideProject is not set to true, and the Webpack context is /dist/assets (where the JS files are created).
Until this issue is resolved, simply restarting watch mode can be used as a workaround.
The text was updated successfully, but these errors were encountered:
In watch mode deleting a liquid file causes clean-webpack-plugin to throw an error. This is because
dangerouslyAllowCleanPatternsOutsideProject
is not set totrue
, and the Webpack context is/dist/assets
(where the JS files are created).Until this issue is resolved, simply restarting watch mode can be used as a workaround.
The text was updated successfully, but these errors were encountered: