We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac368f7 commit be47aaaCopy full SHA for be47aaa
index.js
@@ -1,3 +1,5 @@
1
+const path = require("path");
2
+
3
module.exports = (API, projectOptions) => {
4
API.chainWebpack((config) => {
5
config.resolveLoader.modules.prepend(path.join(__dirname, "node_modules"));
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-coffee",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "CoffeeScript2 support for your @vue/cli project",
"main": "index.js",
6
"repository": {
0 commit comments