12345678910 |
- import * as path from 'path'
- import * as url from 'url'
- const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
- import config from '../webpack.plugin.config.mjs'
- export default () => config({
- name: 'local',
- dirname: __dirname,
- })
|