Skip to content

Commit df713ba

Browse files
committed
Fix template compile in rollup production
1 parent 611feca commit df713ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rollup.config.prod.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export default {
88
input: 'src/index.js',
99
plugins: [
1010
babel({
11+
include: [
12+
'node_modules/vue-template-es2015-compiler'
13+
],
1114
exclude: 'node_modules/**'
1215
}),
1316
butternut(),

0 commit comments

Comments
 (0)