Skip to content

Commit

Permalink
Fixed build attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brugarolas committed Apr 16, 2023
1 parent ed1d70d commit a526726
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"yaku": "^1.0.1"
},
"engines": {
"node": ">=12.22.0"
"node": ">=14.21.3"
},
"devDependencies": {
"@babel/core": "^7.21.4",
Expand Down Expand Up @@ -78,7 +78,7 @@
"vue-eslint-parser": "^9.1.1",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14",
"webfonts-loader": "^8.0.1",
"webfonts-loader": "8.0.1",
"webpack": "^5.79.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/bruga-font.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module.exports = {
fontName: 'bruga-music-font',
classPrefix: 'bm-icon-',
baseSelector: '.bm-icon',
types: ['woff2', 'woff'],
types: ['woff2', 'ttf'],
embed: process.env.NODE_ENV === 'development',
dest: '/fonts',
dest: 'fonts',
cssDest: '/styles',
cssTemplate: './bruga-font.css.hbs',
fileName: '[fontname].[ext]?[chunkhash]'
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = {
centerHorizontally: true,
centerVertically: true,

html: true,
/* html: true, */
htmlDest: '/icons'
}
}
Expand Down

0 comments on commit a526726

Please sign in to comment.