yeoman / generator-chrome-extension

Scaffold out a Chrome extension
http://yeoman.io
MIT License
2.61k stars 226 forks source link

manifest.json config faild #199

Closed chrisred8 closed 6 years ago

chrisred8 commented 6 years ago

hi. i from try 'http://yeoman.io' build base project

but i from chrome load app, can't load app

so manifest.json file line 12~15

"scripts": [
      "scripts/chromereload.js",
      "scripts/background.js"
    ]

i try modify


"scripts": [
      "scripts.babel/chromereload.js",
      "scripts.babel/background.js"
    ]

it is ok load , thinks

ragingwind commented 6 years ago

run gulp babel before load to chrome https://github.com/yeoman/generator-chrome-extension#babel

mischah commented 6 years ago

@chrisred8 Feel free to come back over here if you still encounter problems.