Skip to content

Commit

Permalink
style(configs): code comment fix (Semantic-Org#3570)
Browse files Browse the repository at this point in the history
* Code comment fix

transpiled instead of transipiled

* Update static.webpack.js

* Update static.webpack.js
  • Loading branch information
DenrizSusam authored and mbakiev committed Jun 17, 2019
1 parent aec24cb commit 8fe0ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static.webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default (webpackConfig, { stage }) => ({
test: /\.js$/,
include: [
// Heads up!
// There modules should be manually transipiled because they are not compatible with IE11
// There modules should be manually transpiled because they are not compatible with IE11
path.resolve(__dirname, 'node_modules/ansi-styles'),
path.resolve(__dirname, 'node_modules/debug'),

Expand Down

0 comments on commit 8fe0ee4

Please sign in to comment.