mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 06:31:27 +00:00
Update webpack.config.js
This commit is contained in:
parent
8f315071d1
commit
b2f2ec4c25
@ -51,5 +51,11 @@ module.exports = {
|
||||
{ from: 'lib/views', to: 'views' }
|
||||
]),
|
||||
new ProgressBarPlugin()
|
||||
]
|
||||
],
|
||||
node: {
|
||||
fs: `empty`,
|
||||
tls: `empty`,
|
||||
dns: 'mock',
|
||||
net: 'mock'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user