Created
April 16, 2017 00:56
-
-
Save guzart/553bcbb36e6b593fafd60b0bd5c6a3ba to your computer and use it in GitHub Desktop.
Simple elm production builds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// package.json | |
{ | |
"scripts": { | |
"start": "neutrino start", | |
"build": "neutrino build" | |
}, | |
"neutrino": { | |
"use": [ | |
"neutrino-preset-elm" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment