Skip to content

Commit

Permalink
Issue IMCMS-335: New design to super admin page: categories tab
Browse files Browse the repository at this point in the history
- Preparing to release stable beta version
  • Loading branch information
Victor authored and Victor committed Mar 26, 2019
1 parent 14748d2 commit acfd6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/webpack.config.js
Expand Up @@ -10,6 +10,6 @@ module.exports = merge(baseConfig, {
path: path.resolve(__dirname, './../../../build/libs/exploded/imcms-6.0.0-beta3.war/dist')
},
plugins: [
new CleanWebpackPlugin(['./../../../build/libs/exploded/imcms-6.0.0-beta3-SNAPSHOT.war/dist'])
new CleanWebpackPlugin(['./../../../build/libs/exploded/imcms-6.0.0-beta3.war/dist'])
],
});

0 comments on commit acfd6de

Please sign in to comment.