@dynejs/build-tools

0.0.1 • Public • Published

Build tools

It's a simple webpack config wrapper with predefined loaders and configuration to compile js and vue files.

Usage

const builder = require('@dynejs/build-tools')

module.exports = builder({
    'my-awesome-file': 'src/index.js'
})

Builder second argument is the target directory, which is public by default

Features

  • compile js and vue files
  • extract sass and css files from source to a separate file
  • production build hash in filenames
  • make manifest json with references for the built files

Readme

Keywords

none

Package Sidebar

Install

npm i @dynejs/build-tools

Weekly Downloads

1

Version

0.0.1

License

none

Unpacked Size

3.47 kB

Total Files

3

Last publish

Collaborators

  • iamzozo