mirror of
https://github.com/dap-ps/discover.git
synced 2025-03-03 18:30:32 +00:00
Fix for race condition on embark build
This commit is contained in:
parent
d27d2166f2
commit
8620df672d
@ -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: false
|
||||
enabled: true
|
||||
// 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user