Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorApril King <april@mozilla.com>2019-07-17 23:35:33 +0300
committerApril King <april@mozilla.com>2019-07-17 23:35:33 +0300
commitef70ba3303f5336cfd062e26b4190563e731df68 (patch)
tree07b0c01beebda359d06eb529abb80bcaa925be81 /config
parent64b0df72c9e909d408629223f9b3b3fa62389024 (diff)
Tweaking analytics to try to make it work
Diffstat (limited to 'config')
-rwxr-xr-xconfig/webpack.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index b70a51c..35fc162 100755
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -51,6 +51,11 @@ const plugins = [
flatten: false
}
]),
+ new CopyWebpackPlugin([
+ {
+ from: 'src/js/analytics.js',
+ }
+ ]),
new MiniCssExtractPlugin({
filename: '[hash].index.css',
})