s4s-editor / ml2scratch /old /webpack /webpack.config.js
soiz1's picture
Upload 208 files
72c8f1c verified
raw
history blame
191 Bytes
const path = require('path')
const webpack = require('webpack')
let js = require('./js.webpack.config')
let css = require('./css.webpack.config')
module.exports = [
js,
css
]