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
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
⠋ Starting development serverError: No loader specified
at Function.normalizeUseItem (<ROOT_PATH>/node_modules/webpack/lib/RuleSet.js:265:9)
at Function.normalizeUse (<ROOT_PATH>/node_modules/webpack/lib/RuleSet.js:227:18)
at use.map (<ROOT_PATH>/node_modules/webpack/lib/RuleSet.js:223:41)
at Array.map (native)
at Function.normalizeUse (<ROOT_PATH>/node_modules/webpack/lib/RuleSet.js:223:14)
at Function.RuleSet.normalizeRule (<ROOT_PATH>/node_modules/webpack/lib/RuleSet.js:174:25)
at <ROOT_PATH>/node_modules/webpack/lib/RuleSet.js:84:19
at Array.map (native)
at Function.RuleSet.normalizeRules (<ROOT_PATH>/node_modules/webpack/lib/RuleSet.js:83:16)
at new RuleSet (<ROOT_PATH>/node_modules/webpack/lib/RuleSet.js:76:23)
at new NormalModuleFactory (<ROOT_PATH>/node_modules/webpack/lib/NormalModuleFactory.js:46:17)
at Compiler.createNormalModuleFactory (<ROOT_PATH>/node_modules/webpack/lib/Compiler.js:439:28)
at Compiler.newCompilationParams (<ROOT_PATH>/node_modules/webpack/lib/Compiler.js:452:29)
at Compiler.compile (<ROOT_PATH>/node_modules/webpack/lib/Compiler.js:461:20)
at <ROOT_PATH>/node_modules/webpack/lib/Compiler.js:45:17
at next (<ROOT_PATH>/node_modules/tapable/lib/Tapable.js:138:11)
at Compiler.compilerInvalid (<ROOT_PATH>/node_modules/webpack-dev-middleware/lib/Shared.js:144:5)
at next (<ROOT_PATH>/node_modules/tapable/lib/Tapable.js:140:14)
at Compiler.compiler.plugin (<ROOT_PATH>/node_modules/webpack/lib/CachePlugin.js:32:5)
at Compiler.applyPluginsAsyncSeries (<ROOT_PATH>/node_modules/tapable/lib/Tapable.js:142:13)
at Watching._go (<ROOT_PATH>/node_modules/webpack/lib/Compiler.js:43:16)
at Watching.<anonymous> (<ROOT_PATH>/node_modules/webpack/lib/Compiler.js:34:8)
error Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
@torifat could you maybe share an updated package.json? I tested this change to package.json locally and it worked for me. To confirm, I added a file called override.js, added it my presets, and put the following code in it to ensure the value was loaded:
Here's the stack-trace:
The text was updated successfully, but these errors were encountered: