mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 06:35:10 +00:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
|
if (process.BROWSER_BUILD && process.env.NODE_ENV === 'production') {
|
||
|
require('offline-plugin/runtime').install()
|
||
|
}
|