From 1c8f131301e7efa828f60945273bfb6b16a0e430 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 16 Oct 2017 17:57:25 +0200 Subject: add jest for js test, fix js test errors, remove unused config in config/environement --- config/webpack/environment.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config/webpack/environment.js') diff --git a/config/webpack/environment.js b/config/webpack/environment.js index 7a96539f1..e7c879fb9 100644 --- a/config/webpack/environment.js +++ b/config/webpack/environment.js @@ -18,13 +18,6 @@ environment.plugins.set( new CleanWebpackPlugin(pathsToClean, cleanOptions) ) -// environment.plugins.set('Provide', new webpack.ProvidePlugin({ -// $: 'jquery', -// jQuery: 'jquery', -// jquery: 'jquery' -// }) -// ) - // const config = environment.toWebpackConfig() // config.resolve.alias = { -- cgit v1.2.3