mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Slightly better ui, added react and typescript
This commit is contained in:
10
configs/webpack.main.config.babel.js
Normal file
10
configs/webpack.main.config.babel.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import baseConfig from "./webpack.base.config.js";
|
||||
import {merge} from 'webpack-merge';
|
||||
|
||||
export default merge(baseConfig, {
|
||||
target: 'electron-main',
|
||||
entry: './src/index.ts',
|
||||
output: {
|
||||
filename: 'index.js'
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user