From b84d6c397db31bc460678566326b706d197e5ffe Mon Sep 17 00:00:00 2001 From: Evan Read Date: Tue, 6 Oct 2020 10:42:35 +1000 Subject: Upgrade Prettier library and fix warnings that result --- 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 42664a31..11837482 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -12,7 +12,7 @@ function mapDirectory(file) { return file.replace('content/', 'public/'); } -module.exports = glob.sync('content/frontend/**/*.js').map(file => ({ +module.exports = glob.sync('content/frontend/**/*.js').map((file) => ({ input: file, output: { file: mapDirectory(file), -- cgit v1.2.3