mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-21 19:38:58 +01:00
a40af4dd11
- remove esm bundle step - introduce generated version.js because we can no longer use replace because we don't bundle esm - remove register hook, cjs compiler output and cjs runtime - keep umd compiler version for prettier/eslint/browser but without sourcemaps - move devdependencies to dependencies where necessary - various cleanup --------- Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
/*
|
|
!/elements
|
|
!/scripts
|
|
# TODO: after launch new site, format site dir.
|
|
/site
|
|
!/src
|
|
src/compiler/compile/internal_exports.js
|
|
src/shared/version.js
|
|
!/test
|
|
/test/**/*.svelte
|
|
/test/**/_expected*
|
|
/test/**/_actual*
|
|
/test/**/expected*
|
|
/test/**/_output
|
|
/types
|
|
!rollup.config.js
|
|
!vitest.config.js
|