1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

fix(with-pkg): Rename dist to server (#4727)

This PR is a follow-up to 6.1 breaking #4506: Rename `dist` to `server`
This commit is contained in:
Michael Hsu 2018-07-04 21:12:36 +08:00 committed by Tim Neutkens
parent 71fe4984bf
commit a1f5f35c2e

View file

@ -25,7 +25,7 @@
".next/**/*"
],
"scripts": [
".next/dist/**/*.js"
".next/server/**/*.js"
]
}
}