diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-23 15:31:19 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-23 15:31:19 +0200 |
| commit | 377ed95f74a0141b12cb2cb04f57081c26524cd1 (patch) | |
| tree | 9f8850d33a80e455e3156ade99c326f3cdf0ab82 /rollup.config.js | |
| parent | cfbfb43a5e06aac134002900a8630715dec1b9cb (diff) | |
Implement method 1 with envsubstmaster
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/' } ], }), ], }; |
