1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-08-15 15:30:47 +03:00
tabby/tabby-settings/webpack.config.mjs
Eugene 1e5cfd1d4b
bootstrap 5 WIP (#7891)
New standard theme that follows your chosen terminal colors, Bootstrap 5 & Angular 15 upgrade
2023-02-26 20:42:31 +01:00

11 lines
254 B
JavaScript

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: 'settings',
dirname: __dirname,
})