Skip to content

Commit be47aaa

Browse files
author
Yaroslav Kasperovich
committed
Resolve path
1 parent ac368f7 commit be47aaa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const path = require("path");
2+
13
module.exports = (API, projectOptions) => {
24
API.chainWebpack((config) => {
35
config.resolveLoader.modules.prepend(path.join(__dirname, "node_modules"));

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.1",
3+
"version": "0.5.2",
44
"description": "CoffeeScript2 support for your @vue/cli project",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)