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