1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-03-03 18:30:32 +00:00

Turn off embark pipeline

This commit is contained in:
andytudhope 2019-07-30 11:37:34 +02:00
parent 7b0505a531
commit 02688fd2a0

View File

@ -20,7 +20,7 @@ module.exports = {
// https://github.com/embark-framework/embark-typescript-template
// A new DApp can be created from that template with:
// embark new --template typescript
enabled: true
enabled: false
// Setting `enabled: false` in this config will disable Embark's built-in Webpack
// pipeline. The developer will need to use a different frontend build tool, such as
// `create-react-app` or Angular CLI to build their dapp