Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Delete an unused global (getredash#3231)
Browse files Browse the repository at this point in the history
Signed-off-by: koooge <koooooge@gmail.com>
  • Loading branch information
koooge authored and arikfr committed Jan 1, 2019
1 parent 4ea46f1 commit 0449a3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ const config = {
},
plugins: [
new WebpackBuildNotifierPlugin({ title: "Redash" }),
new webpack.DefinePlugin({
ON_TEST: process.env.NODE_ENV === "test"
}),
// Enforce angular to use jQuery instead of jqLite
new webpack.ProvidePlugin({ "window.jQuery": "jquery" }),
// bundle only default `moment` locale (`en`)
Expand Down

0 comments on commit 0449a3f

Please sign in to comment.