Skip to content

Commit 635e5dc

Browse files
author
Yaroslav Kasperovich
committed
Remove exclude
1 parent f88ed10 commit 635e5dc

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ With built-in:
66
* `cache-loader`
77
* `thread-loader`
88
* `babel-loader`
9-
* `bower_components` and `node_modules` ignoring
109

1110
## Installation
1211

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ module.exports = (API, projectOptions) => {
2424
}
2525

2626
coffeeRule.use("coffee-loader").loader(require.resolve("coffee-loader"));
27-
28-
coffeeRule.exclude.add(() => ["node_modules", "bower_components"]).end();
2927
});
3028
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-coffee",
3-
"version": "0.5.11",
3+
"version": "0.5.12",
44
"description": "CoffeeScript2 support for your @vue/cli project",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)