biofriction-wp-theme/webpack.config.js

6 lines
63 B
JavaScript
Raw Normal View History

2021-02-18 15:27:46 +01:00
module.exports = {
externals: {
jquery: 'jQuery'
},
};