mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

fix configuration definition #9

Closed tmeliberty closed 8 years ago

tmeliberty commented 8 years ago

fix Invalid type for path "maba_webpack.bin.dev_server.executable.0" Expected scalar, but got array.

When using non default configuration:

  bin:
    dev_server:
      executable:
        - node
        - "--max_old_space_size=8192"
        - node_modules/webpack/bin/webpack.js