kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Decorators not working #81

Open gate3 opened 7 years ago

gate3 commented 7 years ago

Here is a copy of my .env file

image

But i am still getting this error

image

adriantwarog commented 7 years ago

Create React App recently went to webpack 2 and a whole bunch of new changes. You may need to use a previous version to use this script.

gate3 commented 7 years ago

sorry i don't understand. I might have to use a previous version of create-react-app right?

omasback commented 7 years ago

yes

kitze commented 7 years ago

@gate3 can you try with the latest version of custom-react-scripts? I have just released it.

rclai commented 6 years ago

Guys how do you get around this:

  Line 13:  'computed' is not defined  no-undef
  Line 19:  'computed' is not defined  no-undef

This is from eslint.