You've already forked factorio-blueprint-editor
mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2025-11-23 22:15:01 +02:00
first commit
This commit is contained in:
9
webpack.dev.js
Normal file
9
webpack.dev.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict'
|
||||
|
||||
const merge = require('webpack-merge')
|
||||
const common = require('./webpack.common.js')
|
||||
|
||||
module.exports = merge(common, {
|
||||
mode: 'development'
|
||||
// devtool: 'inline-source-map'
|
||||
})
|
||||
Reference in New Issue
Block a user