Skip to content

Commit

Permalink
fix: transpile template7 and dom7 too
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 12, 2018
1 parent a1c7afa commit f8bc850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function extendConfig (config, options) {

// Transpile framework7 (es builds are not being transpiled)
const babel = config.module.rules.find(r => r.test + '' === '/\\.jsx?$/')
babel.exclude = /node_modules(?![\\/](framework7|framework7-vue)[\\/])/
babel.exclude = /node_modules(?![\\/](framework7|framework7-vue|template7|dom7)[\\/])/
}

function addTemplates (options) {
Expand Down

0 comments on commit f8bc850

Please sign in to comment.