use json-loader as Ajv require some json files
This commit is contained in:
parent
ec2511793a
commit
7645c09f94
|
@ -41,6 +41,11 @@ var compiler = webpack({
|
|||
filename: NAME + '.js'
|
||||
},
|
||||
plugins: [ bannerPlugin ],
|
||||
module: {
|
||||
loaders: [
|
||||
{ test: /\.json$/, loader: "json" }
|
||||
]
|
||||
},
|
||||
cache: true
|
||||
});
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"gulp-minify-css": "^0.4.5",
|
||||
"gulp-shell": "^0.3.0",
|
||||
"gulp-util": "^3.0.3",
|
||||
"json-loader": "^0.5.4",
|
||||
"mkdirp": "^0.5.0",
|
||||
"mocha": "^2.1.0",
|
||||
"uglify-js": "^2.4.16",
|
||||
|
|
Loading…
Reference in New Issue