gabrielferreiraa / react-redux-boilerplate

[INACTIVE]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ie 11 compatibility ES2015

aymenet1 opened this issue · comments

when I use the app on ie 11 its not showing I got Script1002 error on ie11

to fix this issue I used "query-string": "5.1.1" in package.json and

 module.exports = {
  devtool: "source-map",
   entry: [
   "babel-polyfill", // Load this first
   "react-hot-loader/patch",
    "webpack-dev-server/client?",
    "webpack/hot/only-dev-server",
    common.entry.main
  ],

in dev.config.json

Wow, nice! Thanks @aymenet1. But this repo is inactive!