Skip to content

Commit

Permalink
fix(readme): clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed May 5, 2020
1 parent 4d2287a commit 6f5b995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import styles from "rollup-plugin-styles";
export default {
output: {
// Governs names of CSS files (for assets from CSS use `hash` option for url handler)
// Recommended value shown below
// Note: using value below will put .css files near js,
// but make sure to adjust `hash`, `assetDir` and `publicPath` accordingly as well
assetFileNames: "[name]-[hash][extname]",
},
plugins: [styles()],
Expand Down

0 comments on commit 6f5b995

Please sign in to comment.