aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/webpack.conf.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/js/webpack.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/webpack.conf.js b/lang/js/webpack.conf.js
index 7a5392ee..b2ad9098 100644
--- a/lang/js/webpack.conf.js
+++ b/lang/js/webpack.conf.js
@@ -26,7 +26,7 @@ module.exports = {
// mode: 'development',
mode: 'production',
output: {
- path: path.resolve(__dirname, 'dist'),
+ path: path.resolve(__dirname, 'build'),
filename: 'gpgmejs.bundle.js',
libraryTarget: 'var',
libraryExport: 'default',