This commit is contained in:
Rich Harris
2018-08-29 10:55:52 -04:00
parent 7e698f1613
commit f8d742bdd0
2 changed files with 32 additions and 11 deletions

View File

@@ -11,6 +11,8 @@ export default {
output: () => {
return {
dir: `${locations.dest()}/client`,
entryFileNames: '[name].[hash].js',
chunkFileNames: '[name].[hash].js',
format: 'esm'
};
}