We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f9691 commit 87f89ebCopy full SHA for 87f89eb
webpack.config.js
@@ -22,7 +22,7 @@ module.exports = {
22
}
23
}, {
24
test: /\.js$/,
25
- include: /node_modules[\\\/]buffer[\\\/]/,
+ include: /node_modules[\\\/](buffer|is-mobile)[\\\/]/,
26
use: {
27
loader: 'babel-loader',
28
options: {
0 commit comments