Skip to content

Commit

Permalink
Implemented: vue configuration to transpile dxp-components
Browse files Browse the repository at this point in the history
  • Loading branch information
sanskar345 committed Sep 15, 2023
1 parent 50e55d1 commit efe1163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ module.exports = {
enableInSFC: true
}
},
runtimeCompiler: true
runtimeCompiler: true,
transpileDependencies: ['@hotwax/dxp-components']
}

0 comments on commit efe1163

Please sign in to comment.