@seldszar/vue-entry-loader
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@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

Dependents (0)

Package Sidebar

Install

npm i @seldszar/vue-entry-loader

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

7.32 kB

Total Files

5

Last publish

Collaborators

  • seldszar