UNPKG

quasqui

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

12 lines (9 loc) 278 B
/* eslint-disable filenames/match-exported */ import { source, runtime } from './dep-a'; const config = { source, runtime, tools: { webpack: (webpackConfig: any) => (webpackConfig.devtool = null) }, }; export default config; /* eslint-enable filenames/match-exported */