Skip to content

Commit

Permalink
fix: firefox url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Mar 16, 2018
1 parent 566b551 commit 86f903f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
* Source Maps
*/

productionSourceMap: false,
productionSourceMap: true,
// https://webpack.js.org/configuration/devtool/#production
devtool: '#source-map',

Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ new Vue({
el: '#app',
router,
store,
template: '<App/>',
render: h => h(App),
});
Vue.directive('init', {
Expand Down
2 changes: 2 additions & 0 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import store from '@/helpers/store';
Vue.use(Router);

const router = new Router({
mode: 'history',
base: window.location.pathname,
routes: [
{
path: '/',
Expand Down

0 comments on commit 86f903f

Please sign in to comment.