Skip to content

Commit

Permalink
fix pipeline publish-npm node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
paullobofynd committed Oct 4, 2024
1 parent 40ee119 commit 4d8aedd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/nitrozen.css

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
const path = require('path');

console.log('vue.config.js is being used!'); // Debug log

module.exports = {
configureWebpack: {
resolve: {
alias: {
'@': path.resolve(__dirname, 'src')
}
}
}
},
css: {
loaderOptions: {
less: {
lessOptions: {
strictMath: true,
noIeCompat: true,
},
},
},
},
};

0 comments on commit 4d8aedd

Please sign in to comment.