2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-23 10:50:32 +03:00

Rename to form-wizard

This commit is contained in:
cristi
2017-04-18 01:57:33 +03:00
parent f9c2a7bfbe
commit ee55310579
11 changed files with 43 additions and 28 deletions
+3 -3
View File
@@ -56,8 +56,8 @@ module.exports = [
entry: "./src/index.js",
output: {
path: path.resolve(__dirname, './dist'),
filename: "vue-tab-wizard.js",
library: "VueTabWizard",
filename: "vue-form-wizard.js",
library: "VueFormWizard",
libraryTarget: "umd"
},
@@ -75,7 +75,7 @@ module.exports = [
/* new webpack.BannerPlugin(banner, {
raw: true
}),*/
new ExtractTextPlugin({filename:"vue-tab-wizard.min.css", allChunks: true, fallback:"style-loader" }),
new ExtractTextPlugin({filename:"vue-form-wizard.min.css", allChunks: true, fallback:"style-loader" }),
new StatsPlugin( {filename:"./stats.json",
chunkModules: true
//exclude: [/node_modules[\\\/]react/]