Skip to content

Commit

Permalink
fix: comment typo in webpack.config.js template file (#2639)
Browse files Browse the repository at this point in the history
obout -> about
  • Loading branch information
wana4jp committed Apr 17, 2021
1 parent 43e5767 commit d2ab57d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
Expand Up @@ -21,7 +21,7 @@ const config = {
new MiniCssExtractPlugin(),
<% } %>
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [<% if (langType == "ES6") { %>
Expand Down
24 changes: 12 additions & 12 deletions test/init/__snapshots__/init.test.js.snap.webpack4
Expand Up @@ -57,7 +57,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -125,7 +125,7 @@ const config = {
}),

// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -187,7 +187,7 @@ const config = {
}),

// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -246,7 +246,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -371,7 +371,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -521,7 +521,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -587,7 +587,7 @@ const config = {
new MiniCssExtractPlugin(),

// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -652,7 +652,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -719,7 +719,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -785,7 +785,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -850,7 +850,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -912,7 +912,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down
24 changes: 12 additions & 12 deletions test/init/__snapshots__/init.test.js.snap.webpack5
Expand Up @@ -57,7 +57,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -125,7 +125,7 @@ const config = {
}),

// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -187,7 +187,7 @@ const config = {
}),

// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -246,7 +246,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -371,7 +371,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -521,7 +521,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -587,7 +587,7 @@ const config = {
new MiniCssExtractPlugin(),

// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -652,7 +652,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -719,7 +719,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -785,7 +785,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -850,7 +850,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down Expand Up @@ -912,7 +912,7 @@ const config = {
},
plugins: [
// Add your plugins here
// Learn more obout plugins from https://webpack.js.org/configuration/plugins/
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
],
module: {
rules: [
Expand Down

0 comments on commit d2ab57d

Please sign in to comment.