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
I'm looking into using ng-redux in order to refactor an existing project over to using redux. The project is currently built using webpack.
I've followed the Quick start guide, npm i --save-dev ng-redux but after a successful webpack compile I'm seeing an 'Unexpected token import' error in my browser console.
The offending line appears to be:
import baseGetTag from './_baseGetTag.js';
which looks like it's something lodash related perhaps?
If I open my app in firefox I get a syntax error, import declarations may only appear at top level
Has anyone had any similar issues? I'm sure I must be doing something wrong or missing something from my webpack config but I can't for the life of me see what.
The text was updated successfully, but these errors were encountered:
I'm looking into using ng-redux in order to refactor an existing project over to using redux. The project is currently built using webpack.
I've followed the Quick start guide,
npm i --save-dev ng-redux
but after a successful webpack compile I'm seeing an 'Unexpected token import' error in my browser console.The offending line appears to be:
which looks like it's something lodash related perhaps?
If I open my app in firefox I get a syntax error,
import declarations may only appear at top level
Has anyone had any similar issues? I'm sure I must be doing something wrong or missing something from my webpack config but I can't for the life of me see what.
The text was updated successfully, but these errors were encountered: