mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-29 16:36:44 +01:00
add motion.js
This commit is contained in:
parent
11e5bed175
commit
9c6d81945d
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ node_modules
|
|||||||
/internal.*
|
/internal.*
|
||||||
/store.js
|
/store.js
|
||||||
/easing.js
|
/easing.js
|
||||||
|
/motion.js
|
||||||
/transition.js
|
/transition.js
|
||||||
/scratch/
|
/scratch/
|
||||||
/coverage/
|
/coverage/
|
||||||
|
@ -68,7 +68,7 @@ export default [
|
|||||||
},
|
},
|
||||||
|
|
||||||
// runtime API
|
// runtime API
|
||||||
...['index', 'store', 'easing', 'transition'].map(name => ({
|
...['index', 'store', 'easing', 'motion', 'transition'].map(name => ({
|
||||||
input: `${name}.mjs`,
|
input: `${name}.mjs`,
|
||||||
output: {
|
output: {
|
||||||
file: `${name}.js`,
|
file: `${name}.js`,
|
||||||
|
Loading…
Reference in New Issue
Block a user