1.1.0 • Published 4 years ago

@seldszar/vue-entry-loader v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@seldszar/vue-entry-loader

Yet another Vue entry loader for Webpack

Table of Contents

Install

$ npm install @seldszar/vue-entry-loader

Usage

const { VueEntryPlugin } = require('@seldszar/vue-entry-loader');

module.exports = {
	module: {
		rules: [
			{
				test: /\.vue$/,
				loader: 'vue-loader'
			}
		]
	},
	plugins: [new VueLoaderPlugin(), new VueEntryPlugin()]
};

Author

Alexandre Breteau - @0xSeldszar

License

MIT © Alexandre Breteau

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago