mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
webpack config exclude option uses regex
This commit is contained in:
parent
7f7fc87f1a
commit
0ecf9538a3
1 changed files with 1 additions and 3 deletions
|
|
@ -14,9 +14,7 @@ module.exports = {
|
|||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: [
|
||||
path.resolve(__dirname, 'node_modules')
|
||||
],
|
||||
exclude: /node_modules/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue