Skip to content

Commit 909e077

Browse files
DenrizSusamlayershifter
authored andcommitted
style(configs): code comment fix (#3570)
* Code comment fix transpiled instead of transipiled * Update static.webpack.js * Update static.webpack.js
1 parent 3067f5a commit 909e077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static.webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default (webpackConfig, { stage }) => ({
3232
test: /\.js$/,
3333
include: [
3434
// Heads up!
35-
// There modules should be manually transipiled because they are not compatible with IE11
35+
// There modules should be manually transpiled because they are not compatible with IE11
3636
path.resolve(__dirname, 'node_modules/ansi-styles'),
3737
path.resolve(__dirname, 'node_modules/debug'),
3838

0 commit comments

Comments
 (0)