Commit caa6e645373b7b731393321d6cd35d70f85e13d3

Authored by Imshann
1 parent 822d1c49

优化

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