Issue #141 - Generate source maps for production
This commit is contained in:
Родитель
619f47da78
Коммит
36f362f726
|
@ -26,6 +26,11 @@ module.exports = {
|
|||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
(neutrino) => {
|
||||
neutrino.config.when(process.env.NODE_ENV === 'production', config => {
|
||||
config.devtool('source-map');
|
||||
});
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче