1.0.0 • Published 4 years ago

@start/plugin-lib-webpack-serve v1.0.0

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

🏭 plugin-lib-webpack-serve

Run Webpack development server.

⚠️ Deprecated in favor of plugin-webpack-dev-server

Install

$ yarn add --dev @start/plugin-lib-webpack-serve

Usage

Signature

webpackServe(options: {}, argv?: {}, )

options

webpack-serve options.

argv

webpack-serve argv.

Example

import sequence from '@start/plugin-sequence'
import env from '@start/plugin-env'
import webpackServe from '@start/plugin-lib-webpack-serve'

export const task = async () => {
  const { default: webpackConfig } = await import('./webpack.config')

  return sequence(
    env({ NODE_ENV: 'development' }),
    webpackServe({ config: webpackConfig })
  )
}
1.0.0

4 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.1.0-4

6 years ago

0.1.0-3

6 years ago

0.1.0-2

6 years ago

0.1.0-1

6 years ago

0.1.0-0

6 years ago