UNPKG

date-picker-modal

Version:

A React date picker modal for selecting dates with a Persian calendar

19 lines (18 loc) 366 B
module.exports = { resolve: { extensions: [".js", ".jsx", ".ts", ".tsx"], }, module: { rules: [ { test: /\.tsx?$/, use: "ts-loader", exclude: /node_modules/, }, { test: /\.css$/, use: ["style-loader", "css-loader"], }, ], }, };