diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 22:35:49 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 22:35:49 +0100 |
| commit | f968f0e4bcc6e195eb293c4e2b965e8879075d8b (patch) | |
| tree | d8c0c09787df4bcabc81e438c420075119f007a4 /webpack.config.prod.js | |
| parent | f9e4b621c9daf66a599c28481b3bf59926144461 (diff) | |
ok
Diffstat (limited to 'webpack.config.prod.js')
| -rw-r--r-- | webpack.config.prod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.prod.js b/webpack.config.prod.js index 69bc63ec..b9d3f411 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -10,7 +10,7 @@ module.exports = { main: './client/index.js', }, output: { - path: path.resolve(__dirname, 'dist'), + path: path.resolve(__dirname, 'site/assets/js/dist'), filename: 'index.js', }, plugins: [ |
