/ embarkConfig / pipeline.js
pipeline.js
1  module.exports = {
2    enabled: false 
3    // Setting `enabled: false` in this config will disable Embark's built-in Webpack
4    // pipeline. The developer will need to use a different frontend build tool, such as 
5    // `create-react-app` or Angular CLI to build their dapp
6  };