UNPKG

react-responsive-html-menu

Version:

A React component which will move list items into a dropdown menu by detecting if it will fit within parent container

15 lines (14 loc) 309 B
module.exports = { entry: "./app/index.js", output: { path: __dirname, filename: "dist/bundle.js" }, plugins: [], module: { loaders: [ { test: /\.css$/, loader: "style!css" }, { test: /\.js$|\.jsx$/, loaders: ['babel'] }, ] } };