mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
add babel loader
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
const webpack = require('webpack')
|
||||
const path = require('path')
|
||||
const LodashModuleReplacementPlugin = require('lodash-webpack-plugin')
|
||||
const { CleanWebpackPlugin } = require('clean-webpack-plugin')
|
||||
const createStyledComponentsTransformer = require('typescript-plugin-styled-components')
|
||||
.default
|
||||
@@ -49,11 +48,6 @@ module.exports = {
|
||||
new CleanWebpackPlugin({
|
||||
cleanOnceBeforeBuildPatterns: ['.tmp'],
|
||||
}),
|
||||
new LodashModuleReplacementPlugin({
|
||||
shorthands: true,
|
||||
collections: true,
|
||||
paths: true,
|
||||
}),
|
||||
],
|
||||
module: {
|
||||
rules: [
|
||||
|
||||
Reference in New Issue
Block a user