Title / Description
Code const path = require('path'); module.exports = { entry: ['./app/first.js', './app/second.js'], output: { filename: '[name].bundle.js', path: path.resolve(__dirname, 'dist') } };
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code