gabrielferreiraa / react-redux-boilerplate

[INACTIVE]
15 stars 2 forks source link

ie 11 compatibility ES2015 #5

Closed aymenet1 closed 5 years ago

aymenet1 commented 5 years ago

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

aymenet1 commented 5 years ago

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

gabrielferreiraa commented 5 years ago

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

aymenet1 commented 5 years ago

I'm using your project for a year...

On Thu, Oct 25, 2018, 2:02 PM Gabriel Ferreira notifications@github.com wrote:

Wow, nice! Thanks @aymenet1 https://github.com/aymenet1. But this repo is inactive!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gabrielferreiraa/react-redux-boilerplate/issues/5#issuecomment-433041759, or mute the thread https://github.com/notifications/unsubscribe-auth/ABigeCxnnNNktBfZ50UsJcgKKxYlXSTXks5uobZ5gaJpZM4X5Mli .