Skip to content

Commit

Permalink
Merge branch 'canary' into webpack/5.34
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Apr 19, 2021
2 parents 817994f + cc246cd commit ffdcb48
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions test/.stats-app/pages/css.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import style from './css.module.css'

const Page = () => <div className={style.helloWorld}>Hello world 👋</div>

export default Page
4 changes: 4 additions & 0 deletions test/.stats-app/pages/css.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.helloWorld {
color: green;
background: url('nextjs.png');
}
Binary file added test/.stats-app/pages/nextjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const clientGlobs = [
},
{
name: 'Client Pages',
globs: ['.next/static/*/pages/**/*'],
globs: ['.next/static/*/pages/**/*', '.next/static/css/**/*'],
},
{
name: 'Client Build Manifests',
Expand Down

0 comments on commit ffdcb48

Please sign in to comment.