mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-11 03:56:33 +03:00
Style changes to webpack config
This commit is contained in:
parent
696983f863
commit
ef75b4eace
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
const BabiliPlugin = require('babili-webpack-plugin');
|
||||
//const BabiliPlugin = require('babili-webpack-plugin');
|
||||
|
||||
module.exports = (env, ...flags) => ({
|
||||
entry: './src/index.js',
|
||||
|
@ -21,7 +21,10 @@ module.exports = (env, ...flags) => ({
|
|||
loader: 'babel-loader',
|
||||
options: {
|
||||
presets: ['flow'],
|
||||
plugins: ['dynamic-import-webpack', 'inferno'],
|
||||
plugins: [
|
||||
'dynamic-import-webpack',
|
||||
'inferno',
|
||||
],
|
||||
},
|
||||
},
|
||||
/*{
|
||||
|
|
Loading…
Reference in New Issue
Block a user