Files
tabby/tabby-serial/webpack.config.mjs
Eugene Pankov 0187a83cfe angular 15 WIP
2023-02-05 21:02:50 +01:00

9 lines
223 B
JavaScript

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