From 377ed95f74a0141b12cb2cb04f57081c26524cd1 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 23 Dec 2019 15:31:19 +0200 Subject: Implement method 1 with envsubst --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rollup.config.js') 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/' } ], }), ], }; -- cgit v1.3