1.0.0-alpha.0 • Published 7 years ago
@webpack-loader/raw v1.0.0-alpha.0
npm i -D @webpack-loader/rawwebpack.config.js
module.exports = {
  module: {
    rules: [
      {
        test: /\.txt$/,
        use: '@webpack-loader/raw'
      }
    ]
  }
}import txt from './file.txt'1.0.0-alpha.0
7 years ago