@makano/rew 1.2.55 → 1.2.56

Sign up to get free protection for your applications and to get access to all the features.
@@ -138,7 +138,7 @@ module.exports = (context) => {
138
138
  `;
139
139
 
140
140
  const defaultSsrBundlerEntry = (file, layouts, data) => `
141
- files = "${layouts.join(',')},${file}".split(',')
141
+ files = "${layouts.length ? layouts.join(',')+',' : ''}${file}".split(',')
142
142
 
143
143
  renderers = []
144
144
  staticRendering = false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makano/rew",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
4
4
  "description": "A simple coffescript runtime and app manager",
5
5
  "main": "main.js",
6
6
  "directories": {