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
When I remove line 2: 'defaultJSExtensions: true' then I get error when bundling:
err Error on fetch for src/pricing at file:///C:/Projects/CLIENT/CLIENTPROJECT/site_FED/src/pricing
Error: ENOENT: no such file or directory, open 'C:\Projects\CLIENT\CLIENTPROJECT\site_FED\src\pricing'
at Error (native)
Given a config.js similar to:
When I remove line 2: 'defaultJSExtensions: true' then I get error when bundling: