description: A profile for creating applications with node-based frontends using webpack 2 instructions: | Webpack is configured to bundle static assets from src/main/webapp into grails-app/assets. The bundle will be generated when the app is started. To run webpack in "watch" mode, run the following command: gradlew yarn_run_start features: defaults: - hibernate5 - events required: - gsp - asset-pipeline provided: - babel build: repositories: - https://plugins.gradle.org/m2/ plugins: - war - org.grails.grails-web - com.moowork.node excludes: - org.grails.grails-core dependencies: build: - com.moowork.gradle:gradle-node-plugin:1.1.1 compile: - org.grails:grails-plugin-gsp name: webpack extends: org.grails.profiles:web:3.3.0