mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00

* alpha tweaks * added alpha-input cleanup for theme-builder * removed global variables * style(searchbar): fix indentation closes #14196
17 lines
268 B
JavaScript
17 lines
268 B
JavaScript
exports.config = {
|
|
globalStyle: 'src/global/app.css',
|
|
outputTargets: [
|
|
{
|
|
type: 'www',
|
|
dir: '../../theme-builder',
|
|
serviceWorker: true
|
|
}
|
|
]
|
|
};
|
|
|
|
exports.devServer = {
|
|
root: '../../',
|
|
watchGlob: 'src/**',
|
|
openUrl: '/theme-builder'
|
|
};
|