0.3.0 • Published 9 years ago

@kaoscript/webpack-loader v0.3.0

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

@kaoscript/webpack-loader

License Dependencies

kaoscript loader module for webpack

Usage

Documentation: Using loaders

Recommended configuration

ES6 Browsers

{
	module: {
		loaders: [
			{
				test: /\.ks$/,
				loader: '@kaoscript/webpack-loader?target=es6'
			}
		]
	},
	resolve: {
		extensions: ['', '.js', '.ks']
	}
}

ES5 Browsers

{
	module: {
		loaders: [
			{
				test: /\.ks$/,
				loader: '@kaoscript/webpack-loader?target=es5'
			}
		]
	},
	resolve: {
		extensions: ['', '.js', '.ks']
	}
}

License

Copyright © 2016 Baptiste Augrain

Licensed under the MIT license.

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago