Spaces:
Runtime error
Runtime error
Update webpack.config.js
Browse files- webpack.config.js +1 -1
webpack.config.js
CHANGED
|
@@ -121,7 +121,7 @@ if (!process.env.CI) {
|
|
| 121 |
base.plugins.push(new webpack.ProgressPlugin());
|
| 122 |
}
|
| 123 |
base.plugins.push(new WebpackShellPluginNext({
|
| 124 |
-
|
| 125 |
scripts: ['./upload.sh'],
|
| 126 |
blocking: true, // ビルド完了まで待つ
|
| 127 |
parallel: false
|
|
|
|
| 121 |
base.plugins.push(new webpack.ProgressPlugin());
|
| 122 |
}
|
| 123 |
base.plugins.push(new WebpackShellPluginNext({
|
| 124 |
+
onAfterDone: {
|
| 125 |
scripts: ['./upload.sh'],
|
| 126 |
blocking: true, // ビルド完了まで待つ
|
| 127 |
parallel: false
|