We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe5586 commit 8a63205Copy full SHA for 8a63205
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yog2",
3
- "version": "0.6.0",
+ "version": "0.6.1",
4
"description": "Front End Integrated Solution for node express.",
5
"main": "yog2.js",
6
"bin": {
yog2.js
@@ -130,6 +130,8 @@ var serverRoadmap = [{
130
}, {
131
reg:/(^\/node_modules\/(.*)|^\/package\.json)/,
132
useCompile: false,
133
+ useHash: false,
134
+ useDomain: false,
135
release: 'app/${namespace}/$&'
136
}];
137
0 commit comments