Skip to content

Commit

Permalink
fix: warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
btamas committed Oct 9, 2023
1 parent 560cbdf commit a79e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default inputs.map(input => {
watch: false
}),
cssResolve(),
wildcardExternal(['core/**', 'lib/**', 'util/**', 'layout/**']),
wildcardExternal(['core/**', 'lib/**', 'util/**', 'layout/**', 'services/*']),
alias({
resolve: ['.js', '.json', '.tpl'],
...aliases
Expand Down

0 comments on commit a79e201

Please sign in to comment.