Skip to content

Commit 8598190

Browse files
authored
Merge pull request #312 from dnum-mi/tech/fix-build
fix(build): 💚 Corrige le bug de 'oh-vue-icons/icons/ri/in…
2 parents 2e40367 + 1f81617 commit 8598190

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rollup.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const postcssPlugins = [
3030
const baseOutput = {
3131
globals: {
3232
vue: 'vue',
33-
'oh-vue-icons': 'OhVueIcon',
33+
'oh-vue-icons': 'VIcon',
3434
'oh-vue-icons/icons': 'oh-vue-icons/icons',
3535
'oh-vue-icons/icons/ri/index.js': 'oh-vue-icons/icons/ri/index.js',
3636
'vue-router': 'vue-router',
@@ -45,8 +45,6 @@ const baseConfig = {
4545
'vue',
4646
'vue-router',
4747
'oh-vue-icons',
48-
'oh-vue-icons/icons',
49-
'oh-vue-icons/icons/ri/index.js',
5048
'focus-trap',
5149
'focus-trap-vue',
5250
],

0 commit comments

Comments
 (0)