From 629b5601c8e00710e8a0646ec9ad1dabe1dfaf72 Mon Sep 17 00:00:00 2001 From: Cristian Lorsson Date: Mon, 6 May 2019 20:46:32 -0300 Subject: [PATCH] Don't add hashes to dist output Default is '[name].[hash].js' --- rollup.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index dd6aa84..4ed024f 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -52,7 +52,8 @@ export default [ output: { dir: 'dist', format: 'cjs', - sourcemap: true + sourcemap: true, + chunkFileNames: '[name].js' }, external, plugins: [