mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
Adding support for tag template strings
This commit is contained in:
parent
e2bf50b1b5
commit
72b5ce4acb
@ -190,7 +190,7 @@ function createConfig(options, entry, format) {
|
||||
exclude: 'node_modules/**',
|
||||
jsx: options.jsx || 'h',
|
||||
objectAssign: options.assign || 'Object.assign',
|
||||
transforms: { dangerousForOf: true }
|
||||
transforms: { dangerousForOf: true, dangerousTaggedTemplateString: true }
|
||||
}),
|
||||
useNodeResolve && commonjs({
|
||||
include: 'node_modules/**'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user