8 lines
255 B
JavaScript
Executable file
8 lines
255 B
JavaScript
Executable file
const defaultConfig = require('@open-wc/demoing-storybook/default-storybook-webpack-config.js');
|
|
|
|
module.exports = ({ config }) => {
|
|
return defaultConfig({
|
|
config,
|
|
transpilePackages: ['lit-html', 'lit-element', '@open-wc', 'autosize'],
|
|
});
|
|
};
|