From 419f48c18d84ba3516124571ad8134bf304e65ab Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Aug 2019 12:38:39 +0400 Subject: Added Renderer reloader Signed-off-by: Valentin Popov --- test/application/webpack.config.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/application/webpack.config.js') diff --git a/test/application/webpack.config.js b/test/application/webpack.config.js index c1d23e8..6203400 100644 --- a/test/application/webpack.config.js +++ b/test/application/webpack.config.js @@ -13,6 +13,10 @@ const mainConfig = { path: path.resolve(__dirname, 'dist'), filename: '[name].js' }, + node: { + __dirname: true, + __filename: true + }, plugins: [ new CleanWebpackPlugin() ], -- cgit v1.2.3