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
Unlike polymer serve, polymer build doesn't know to treat .mjs files as JavaScript files.
import {
createStore,
compose,
applyMiddleware,
combineReducers
} from 'redux/es/redux.mjs';
~~~~~~~~~~~~~~~~~~~~
file:///Users/keanulee/Code/Polymer/pwa-starter-kit/src/store.js(16,8) error [could-not-load] - Unable to load import: No parser for for file type mjs