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:
@@ -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/]
|
||||
|
||||
Reference in New Issue
Block a user