Skip to content

Commit

Permalink
add transpileOnly option in palette build for fast build
Browse files Browse the repository at this point in the history
  • Loading branch information
izure committed Jul 9, 2021
1 parent de0460b commit d122bec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Template/Project/WEBPACK.GEN.CONFIG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ module.exports = {
exclude: path.resolve(__dirname, 'node_modules'),
use: [
{
loader: 'ts-loader'
loader: 'ts-loader',
options: {
transpileOnly: true
}
}
]
}
Expand Down

0 comments on commit d122bec

Please sign in to comment.