Nuxt/lib
Jonas Galvez 280983fa88 fix: remove string interpolation from App.js (#3750)
In migrating an `1.4.2` app to edge, I came across this bug:

```
✖ fatal Error: Could not compile template /Users/jonas/.../node_modules/nuxt-edge/lib/app/App.js: layout is not defined
```

Upon much investigation, I traced it to the string interpolation used in the `App.js` template. I replaced with regular concatenation and the error was gone.
2018-08-17 09:22:52 +01:00
..
app fix: remove string interpolation from App.js (#3750) 2018-08-17 09:22:52 +01:00
builder refactor: move UglifyJs after extend for getting updated devtool (#3748) 2018-08-16 22:35:38 +01:00
common refactor: add build.postcss.preset config 2018-08-15 15:22:26 +01:00
core fix: avoid duplicate listening message 2018-08-16 10:36:54 +01:00
index.js misc: improve coverage and packaging (#3121) 2018-03-28 02:58:17 +04:30
nuxt-legacy.js feat: upgrade to Babel 7 (#3667) 2018-08-10 14:45:58 +01:00
nuxt-start.js misc: improve coverage and packaging (#3121) 2018-03-28 02:58:17 +04:30
nuxt.js misc: improve coverage and packaging (#3121) 2018-03-28 02:58:17 +04:30