We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9a4e8 commit c782b4dCopy full SHA for c782b4d
config/webpack.common.js
@@ -1,6 +1,6 @@
1
const path = require('path'),
2
CopyWebpackPlugin = require('copy-webpack-plugin'),
3
- CleanWebpackPlugin = require('clean-webpack-plugin'),
+ { CleanWebpackPlugin } = require('clean-webpack-plugin'),
4
HtmlWebpackPlugin = require('html-webpack-plugin'),
5
MiniCssExtractPlugin = require('mini-css-extract-plugin'),
6
webpack = require('webpack');
src/route.js
@@ -10,7 +10,7 @@ export default function routerConfig(
10
$stateProvider
11
.state('landing', {
12
component: 'landingComponent',
13
- url: '/landing',
+ url: '/landing'
14
})
15
.state('about.**', {
16
resolve: {
0 commit comments