Skip to content

Commit

Permalink
fix: don't manage bundles directly
Browse files Browse the repository at this point in the history
  • Loading branch information
evaneus committed Jul 29, 2019
1 parent 391d773 commit d62e9a5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ import { Config } from '@stencil/core';
import { sass } from '@stencil/sass';
export const config: Config = {
namespace: 'pie-player-components',
bundles: [
{
components: [
'pie-author',
'pie-player',
'pie-loader',
'pie-spinner',
'pie-stimulus-layout',
'pie-preview-layout',
'pie-preview-control'
]
}
],
copy: [{ src: 'demo' }],
outputTargets: [
{ type: 'dist' },
Expand Down

0 comments on commit d62e9a5

Please sign in to comment.