From: Eduardo San Martin Morote Date: Thu, 11 Apr 2019 13:16:31 +0000 (+0200) Subject: chore: changed example dist folder X-Git-Tag: v4.0.0-alpha.0~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10fca2b7917602d5e463ff79ad68f73f9f3eff98;p=thirdparty%2Fvuejs%2Frouter.git chore: changed example dist folder --- diff --git a/.gitignore b/.gitignore index 007ea8a7..1c4539f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist +examples_dist node_modules coverage diff --git a/webpack.config.js b/webpack.config.js index 4740a787..3c3a589e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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',