Skip to content

Commit 318f52c

Browse files
author
Yaroslav Kasperovich
committed
Fix typo
1 parent 83acf14 commit 318f52c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = (API, projectOptions) => {
2626
);
2727
}
2828

29-
if (api.hasPlugin("babel")) {
29+
if (API.hasPlugin("babel")) {
3030
coffeeRule
3131
.use("babel-loader")
3232
.loader(require.resolve("babel-loader"))

package.json

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

0 commit comments

Comments
 (0)