Skip to content

Commit

Permalink
Update terminology on webpack comments (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan authored and Gazler committed Mar 5, 2018
1 parent 755815a commit 51223b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/templates/phx_assets/webpack/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// its own CSS file.
import css from '../css/app.css';

// webpack automatically concatenates all files in your
// watched paths. Those paths can be configured as
// endpoints in "webpack.config.js".
// webpack automatically bundles all modules in your
// entry points. Those entry points can be configured
// in "webpack.config.js".
//
// Import dependencies
//
Expand Down

0 comments on commit 51223b8

Please sign in to comment.