aboutsummaryrefslogtreecommitdiffstats
path: root/js/example-frontend-js/npm/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/example-frontend-js/npm/webpack.config.js')
-rw-r--r--js/example-frontend-js/npm/webpack.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/example-frontend-js/npm/webpack.config.js b/js/example-frontend-js/npm/webpack.config.js
index 2124d875..a208d047 100644
--- a/js/example-frontend-js/npm/webpack.config.js
+++ b/js/example-frontend-js/npm/webpack.config.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ * Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
// This script is copied to "build" directory and run from there
@@ -50,4 +50,4 @@ module.exports = {
sourceMap: true
})
]
-}; \ No newline at end of file
+};