envoyer-npm-deployment
envoyer-npm-deployment copied to clipboard
Compile assets that depend on node packages using Laravel Envoyer deployment hooks
Results
1
envoyer-npm-deployment issues
Sort by
recently updated
recently updated
newest added
webpack.config.js: ```javascript require('./node_modules/laravel-mix/src/index'); Mix.paths.setRootPath(path.resolve(__dirname)); module.exports = require('laravel-mix/setup/webpack.config.js'); ``` Problem is the rootPath, so create this file above in the root of your project and change package.json to: ```javascript cross-env NODE_ENV=production...