summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 4630710609..241b721fae 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -86,6 +86,10 @@ module.exports = {
loader: 'vue-loader',
},
{
+ test: require.resolve('jquery-datetimepicker'),
+ use: 'imports-loader?define=>false,exports=>false',
+ },
+ {
test: /\.js$/,
exclude: /node_modules/,
use: [