clean up config

This commit is contained in:
tamaina 2021-11-22 19:19:42 +09:00
parent 56a3d654c6
commit 4646b535fc
1 changed files with 0 additions and 13 deletions

View File

@ -20,19 +20,6 @@ const isProduction = process.env.NODE_ENV === 'production';
const locales = require('../../locales');
const meta = require('../../package.json');
const postcss = {
loader: 'postcss-loader',
options: {
postcssOptions: {
plugins: [
require('cssnano')({
preset: 'default'
})
]
}
},
};
module.exports = {
target: 'webworker',
entry: {