diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 12:08:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 12:08:29 +0530 |
| commit | dfd4da6ca2d06c9d05d5c7e297304316da211dd4 (patch) | |
| tree | 767357e8b739be3551b3a6b9ade4ddc02867044f /esbuild.js | |
| parent | 8572af0d04d0c5112f79f770197bb6422fc507d4 (diff) | |
| download | css-everything-dfd4da6ca2d06c9d05d5c7e297304316da211dd4.tar.gz css-everything-dfd4da6ca2d06c9d05d5c7e297304316da211dd4.zip | |
feat: supports hydration for repeat renders
Diffstat (limited to 'esbuild.js')
| -rw-r--r-- | esbuild.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ esbuild minify: true, splitting: false, format: 'iife', - target: ['es2015'] + target: ['es2015'], }) .catch(e => (console.error(e), process.exit(1))) |
