From d0abe01ea5f5b9c362e8b207c1dc3280f9a9785e Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Fri, 25 Oct 2019 13:38:21 +0530 Subject: [PATCH] [Fix] Bundle build paths - use target folder --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index c008c27..fea27b5 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,8 +15,8 @@ module.exports = { }, output: { - filename: '[name].[chunkhash].js', - path: path.resolve(__dirname, 'extension'), + filename: 'js/[name].[chunkhash].js', + path: path.resolve(__dirname, 'extension', process.env.TARGET), }, plugins: [