Yaroslav Kasperovich 5 lat temu
rodzic
commit
be47aaafda
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      index.js
  2. 1 1
      package.json

+ 2 - 0
index.js

@@ -1,3 +1,5 @@
+const path = require("path");
+
 module.exports = (API, projectOptions) => {
 module.exports = (API, projectOptions) => {
   API.chainWebpack((config) => {
   API.chainWebpack((config) => {
     config.resolveLoader.modules.prepend(path.join(__dirname, "node_modules"));
     config.resolveLoader.modules.prepend(path.join(__dirname, "node_modules"));

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "vue-cli-plugin-coffee",
   "name": "vue-cli-plugin-coffee",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "description": "CoffeeScript2 support for your @vue/cli project",
   "description": "CoffeeScript2 support for your @vue/cli project",
   "main": "index.js",
   "main": "index.js",
   "repository": {
   "repository": {