diff options
Diffstat (limited to 'rollup.config.js')
| -rw-r--r-- | rollup.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js index 56fd795..8460edf 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -12,7 +12,7 @@ export default { plugins: [ resolve(), copy({ - targets: [ { src: 'src/index.html', dest: 'dist/' } ], + targets: [ { src: 'src/index.html', dest: 'dist/' }, { src: 'src/inject.template.js', dest: 'dist/' } ], }), ], }; |
