biofriction-wp-theme/webpack.config.js
2021-10-26 14:18:09 +02:00

6 lines
63 B
JavaScript

module.exports = {
externals: {
jquery: 'jQuery'
},
};