]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: changed example dist folder
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 Apr 2019 13:16:31 +0000 (15:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 11 Apr 2019 13:16:31 +0000 (15:16 +0200)
.gitignore
webpack.config.js

index 007ea8a7ceb5d1545a77b354c04a9b556cd7a5d0..1c4539f23183665dde6979f755e3258efa5781af 100644 (file)
@@ -1,3 +1,4 @@
 dist
+examples_dist
 node_modules
 coverage
index 4740a7877fd1ed9f07678f5d1ef4905c937eb0ab..3c3a589e2cda83c0d9bc36aa76ae4b9d394a4732 100644 (file)
@@ -2,7 +2,7 @@ const { resolve } = require('path')
 const HtmlWebpackPlugin = require('html-webpack-plugin')
 const webpack = require('webpack')
 
-const outputPath = resolve(__dirname, 'dist')
+const outputPath = resolve(__dirname, 'examples_dist')
 
 module.exports = {
   mode: 'development',