⚠️ Use alias Rollup plugin to omit full imports
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- Define entries (utils, animations, etc) in the Rollup config in order to omit the whole back path (../../) when importing a file - Global revoleExtensions in the config (to avoid duplicates)
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
const { page } = stores()
|
||||
|
||||
// Components
|
||||
import TitleSite from '../atoms/TitleSite'
|
||||
import IconGlobe from '../atoms/IconGlobe'
|
||||
import TitleSite from 'atoms/TitleSite'
|
||||
import IconGlobe from 'atoms/IconGlobe'
|
||||
|
||||
// Animations
|
||||
import { animateIn, animateOut } from '../animations/Transition'
|
||||
import { animateIn, animateOut } from 'animations/Transition'
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user