mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(): copy theme scss
This commit is contained in:
@ -66,7 +66,10 @@ export const config: Config = {
|
||||
outputTargets: [
|
||||
{
|
||||
type: 'dist',
|
||||
esmLoaderPath: '../loader'
|
||||
esmLoaderPath: '../loader',
|
||||
copy: [
|
||||
{ src: 'themes/*.scss' }
|
||||
]
|
||||
},
|
||||
// {
|
||||
// type: 'experimental-dist-module',
|
||||
|
Reference in New Issue
Block a user