fix(): copy theme scss

This commit is contained in:
Manu Mtz.-Almeida
2019-06-28 22:26:23 +02:00
parent b9b60df0a4
commit ef10f190cd

View File

@ -66,7 +66,10 @@ export const config: Config = {
outputTargets: [
{
type: 'dist',
esmLoaderPath: '../loader'
esmLoaderPath: '../loader',
copy: [
{ src: 'themes/*.scss' }
]
},
// {
// type: 'experimental-dist-module',