@makano/rew 1.2.55 → 1.2.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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": {