docs(README): Updated code in "Usage with webpack without bundling" section (#240)
This commit is contained in:
parent
b0596ad616
commit
01fb67f047
10
README.md
10
README.md
|
@ -203,11 +203,11 @@ module.exports = {
|
||||||
},
|
},
|
||||||
*/
|
*/
|
||||||
plugins: [
|
plugins: [
|
||||||
new CopyWebpackPlugin([
|
new CopyWebpackPlugin({
|
||||||
{
|
patterns: [{
|
||||||
from: 'node_modules/webextension-polyfill/dist/browser-polyfill.js'
|
from: 'node_modules/webextension-polyfill/dist/browser-polyfill.js',
|
||||||
}
|
}],
|
||||||
])
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue