clean up config
This commit is contained in:
parent
56a3d654c6
commit
4646b535fc
|
@ -20,19 +20,6 @@ const isProduction = process.env.NODE_ENV === 'production';
|
||||||
const locales = require('../../locales');
|
const locales = require('../../locales');
|
||||||
const meta = require('../../package.json');
|
const meta = require('../../package.json');
|
||||||
|
|
||||||
const postcss = {
|
|
||||||
loader: 'postcss-loader',
|
|
||||||
options: {
|
|
||||||
postcssOptions: {
|
|
||||||
plugins: [
|
|
||||||
require('cssnano')({
|
|
||||||
preset: 'default'
|
|
||||||
})
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
target: 'webworker',
|
target: 'webworker',
|
||||||
entry: {
|
entry: {
|
||||||
|
|
Loading…
Reference in New Issue