@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

Dependencies (12)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @dynejs/build-tools

    Weekly Downloads

    0

    Version

    0.0.1

    License

    none

    Unpacked Size

    3.47 kB

    Total Files

    3

    Last publish

    Collaborators

    • iamzozo