Current section
Files
Jump to
Current section
Files
priv/template/lib/app_name/package.json.eex
<%= if @node_assets do %>{
"name": "<%= @name %>",
"scripts": {
"watch:js": "rollup -w -i assets/main.js -o public/main.js -f iife -n main"
},
"devDependencies": {
"rollup": "^0.56.5"
}
}
<% end %>