Skip to content

Commit

Permalink
fix: ts-loader exclude array to object for override
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Mar 27, 2018
1 parent fb831c4 commit 647d963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports.eslint = {
exports.typescript = {
enable: false,
test: /\.ts$/,
exclude: [/node_modules/],
exclude: /node_modules/,
use() {
const loaders = ['ts-loader'];
if(this.config.cache) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easywebpack",
"version": "4.1.2",
"version": "4.1.3",
"description": "基于 Webpack 的前端构建工程化解决方案",
"keywords": [
"webpack",
Expand Down

0 comments on commit 647d963

Please sign in to comment.