custom-react-scripts icon indicating copy to clipboard operation
custom-react-scripts copied to clipboard

Decorators not working

Open gate3 opened this issue 7 years ago • 5 comments

Here is a copy of my .env file

image

But i am still getting this error

image

gate3 avatar May 20 '17 08:05 gate3

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.

adriantwarog avatar May 20 '17 08:05 adriantwarog

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

gate3 avatar May 20 '17 08:05 gate3

yes

omasback avatar May 24 '17 00:05 omasback

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

kitze avatar Aug 10 '17 10:08 kitze

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.

rclai avatar Dec 08 '17 20:12 rclai