ignore server/ when building webpack

pull/68/head
Jon Eugster 3 years ago
parent cddb28fe73
commit f9614b3bcd

@ -11,5 +11,6 @@
"downlevelIteration": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
}
},
"exclude": ["server"]
}

Loading…
Cancel
Save