From 7ecb0182fce7b2e9fbb643b100446eb42bbaf7bf Mon Sep 17 00:00:00 2001 From: janniks Date: Wed, 23 Mar 2022 14:55:27 +0100 Subject: [PATCH] chore: fix typos --- configs/rollup.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/rollup.config.js b/configs/rollup.config.js index 6c28b5f1..0d74a69d 100644 --- a/configs/rollup.config.js +++ b/configs/rollup.config.js @@ -17,7 +17,7 @@ export default { }, external: [/\@stacks\/.*\/dist\/polyfill/], plugins: [ - // IMPORT PLUGIN ORDER: + // IMPORTANT PLUGIN ORDER: // - alias > resolve // - commonjs > replace // - commonjs > typescript @@ -64,7 +64,7 @@ export default { }), typescript({ tsconfig: './tsconfig.build.json', - // todo: disable delcation dist building + // todo: disable declaration dist building }), json({ compact: true,