Commit caa6e645373b7b731393321d6cd35d70f85e13d3

Authored by Imshann
1 parent 822d1c49

优化

Showing 2 changed files with 4 additions and 3 deletions   Show diff stats
1 image 1 image
2 - preview=["']{{(.*?)}}["'] => preview="false"  
3 \ No newline at end of file 2 \ No newline at end of file
  3 + [mvo]
  4 + preview=["']\{\{(.*?)\}\}["'] => preview="$1"
4 \ No newline at end of file 5 \ No newline at end of file
@@ -10,9 +10,9 @@ module.exports = { @@ -10,9 +10,9 @@ module.exports = {
10 // boss 10 // boss
11 // path: "/Users/shann/Project/essa/boss/trunk/vendor-lib/ng-antd", 11 // path: "/Users/shann/Project/essa/boss/trunk/vendor-lib/ng-antd",
12 // mvo 12 // mvo
13 - // path: "/Users/shann/Project/essa/mvo/mvo-webapp/public/browser-vendor/ng-antd", 13 + path: "/Users/shann/Project/essa/mvo/mvo-webapp/public/browser-vendor/ng-antd",
14 // local 14 // local
15 - path: path.resolve(__dirname, "dist"), 15 + // path: path.resolve(__dirname, "dist"),
16 filename: "ng-antd.js", 16 filename: "ng-antd.js",
17 }, 17 },
18 module: { 18 module: {