build(stencil): initialize stencil workspace
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
import { Config } from '@stencil/core';
|
||||
|
||||
export const config: Config = {
|
||||
namespace: 'luna-charts',
|
||||
outputTargets: [
|
||||
{
|
||||
type: 'dist',
|
||||
esmLoaderPath: '../loader',
|
||||
},
|
||||
{
|
||||
type: 'dist-custom-elements',
|
||||
customElementsExportBehavior: 'auto-define-custom-elements',
|
||||
externalRuntime: false,
|
||||
},
|
||||
{
|
||||
type: 'docs-readme',
|
||||
},
|
||||
{
|
||||
type: 'www',
|
||||
serviceWorker: null, // disable service workers
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user