We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-loader
While upgrading to webpack 5 we removed several webpack style loader imports but we still have a couple of them for CSS:
terriajs/lib/ReactViews/Generic/Editor.jsx
Line 12 in ab9e2cf
terriajs/lib/ReactViews/Workbench/WorkbenchList.tsx
Line 1 in ab9e2cf
Remove or replace these with some ESM compliant imports. This might need changing webpack rules to make it work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While upgrading to webpack 5 we removed several webpack style loader imports but we still have a couple of them for CSS:
terriajs/lib/ReactViews/Generic/Editor.jsx
Line 12 in ab9e2cf
terriajs/lib/ReactViews/Workbench/WorkbenchList.tsx
Line 1 in ab9e2cf
Remove or replace these with some ESM compliant imports. This might need changing webpack rules to make it work.
The text was updated successfully, but these errors were encountered: