MCDatepicker
MCDatepicker copied to clipboard
You may need an appropriate loader to handle this file type
Hello, I'm trying to use tthe datepicker with webpack in symfony but webpack crash:
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loader
i've installed the package with "yarn add mc-datepicker" and in my js : import MCDatepicker from 'mc-datepicker';
but which loader and how to load ?
thx ^^
Hi there,
You need to add a sass loader to the webpack, here you can find more info about it: https://webpack.js.org/loaders/sass-loader/#root