UNPKG

d3-stencil

Version:

Charts built with D3 and Stencil. Framework-agnostic, simple.

16 lines (15 loc) 343 B
import { sass } from '@stencil/sass'; export const config = { namespace: 'd3-stencil', outputTargets: [{ type: 'dist' }], plugins: [ sass({ injectGlobalPaths: ['src/scss/objects.scss'], }), ], testing: { testEnvironmentOptions: { userAgent: 'Agent/007', }, }, };