Skip to content

Commit eee3636

Browse files
committed
chore(deps): Roll back dependency @babel/standalone to v7.12.18
1 parent bef0d36 commit eee3636

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.kktrc.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import lessModules from '@kkt/less-modules';
55
import rawModules from '@kkt/raw-modules';
66
import scopePluginOptions from '@kkt/scope-plugin-options';
77
import pkg from './package.json';
8-
import nodeExternals from 'webpack-node-externals';
98

109
export default (conf: Configuration, env: 'production' | 'development', options: LoaderConfOptions) => {
1110
conf = rawModules(conf, env, { ...options });
@@ -76,8 +75,5 @@ export default (conf: Configuration, env: 'production' | 'development', options:
7675
if (env === 'production') {
7776
conf.output = { ...conf.output, publicPath: './' };
7877
}
79-
conf.externals = [
80-
nodeExternals()
81-
]
8278
return conf;
8379
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,13 @@
6161
"react": "17.0.2",
6262
"react-dom": "17.0.2",
6363
"react-test-renderer": "17.0.2",
64-
"webpack-node-externals": "2.5.2",
6564
"tsbb": "2.1.2",
6665
"uiw": "4.7.12"
6766
},
6867
"dependencies": {
6968
"@babel/plugin-transform-classes": "7.13.0",
7069
"@babel/runtime": "7.13.10",
71-
"@babel/standalone": "7.13.15",
70+
"@babel/standalone": "7.12.18",
7271
"@uiw/copy-to-clipboard": "1.0.11",
7372
"@uiw/react-codemirror": "3.0.6",
7473
"@uiw/react-split": "5.7.0",

0 commit comments

Comments
 (0)