Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Fix source-map option in production environment #6

Closed
josh opened this issue Nov 20, 2017 · 1 comment
Closed

Fix source-map option in production environment #6

josh opened this issue Nov 20, 2017 · 1 comment
Assignees

Comments

@josh
Copy link
Contributor

josh commented Nov 20, 2017

// TODO: Fix source-map option in production environment
config.devtool = env === 'production' ? false /* 'source-map' */ : 'inline-source-map'

config.devtool = 'source-map'

is crashing for some reason.

CC: @koddsson

@koddsson
Copy link
Contributor

koddsson commented Nov 22, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants